Return

Edit Task: ObjectLineColor

Description

The ObjectLineColor attribute under EditTask sets the color of the object line for this task.

Parameters

ParameterDescription
ObjectLineColorEither the name of a color (listed in _Default.ap STK file), or four ARGB (Alpha Red Green Blue) values that are bytes (0-255) to represent the color.

Examples

Set the STK object line color to cyan for task T1

PATCH api/task/T1

Body:

{

"ObjectLineColor" : "255,0,255,255"

}